korlibs
Toggle table of contents
6.1.0-SNAPSHOT
wasmJs
Target filter
wasmJs
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
korlibs.image.format
/
[wasmJs]HTMLCanvasElementLike
HTMLCanvas
Element
Like
wasmJs
external
interface
HTMLCanvasElementLike
:
TexImageSourceJs
Members
Properties
height
Link copied to clipboard
wasmJs
abstract
val
height
:
Int
width
Link copied to clipboard
wasmJs
abstract
val
width
:
Int
Functions
get
Context
Link copied to clipboard
wasmJs
abstract
fun
getContext
(
contextId
:
String
,
vararg
arguments
:
JsAny
?
)
:
RenderingContextJs
?
to
Blob
Link copied to clipboard
wasmJs
abstract
fun
toBlob
(
_callback
:
(
Blob
?
)
->
Unit
,
type
:
String
=
definedExternally
,
quality
:
JsAny
?
=
definedExternally
)
to
Data
URL
Link copied to clipboard
wasmJs
abstract
fun
toDataURL
(
type
:
String
=
definedExternally
,
quality
:
JsAny
?
=
definedExternally
)
:
String